Toolbar Button Identifiers

List of button identifiers for event handling, customizing the UI, language localization


tsbShowCode|ShowCode
tsbShowCode|ShowEditor 
tsbPrint
tsbPrintPreview 
tsbCut
tsbCopy
tsbPaste
tsbUndo
tsbRedo
tsbBold
tsbItalic
tsbUnderline
tsbStrikeout
tsbSuperscript
tsbSubscript
tsbRemoveFormatting
tsbAlignLeft
tsbAlignCentre
tsbAlignRight
tsbAlignJustify
tsbOrderedList
tsbUnorderedList
tsbOutdent
tsbIndent
tsbInsertLink
tsbRemoveLink
InsertImageToolStripButton
TableOptionsToolStripMenuItem
tsbForeColor
tsbBackColor
FontToolStripComboBox
FontSizeComboBox
FormatSelectionCombo
tsbInsertSymbol
tsbElementProperties

 

Hidden Buttons Example

{

oEdit = new Zoople.HTMLEditControl();

oEdit.Dock = DockStyle.Fill;

this.Controls.Add(oEdit);

oEdit.HiddenButtons = "tsbShowCode; tsbPrint;";

}